Add missing SC_ prefix to header guards

This commit is contained in:
Romain Vimont 2022-04-12 23:59:01 +02:00
commit fa5b2a29e9
11 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
#ifndef COMPAT_H
#define COMPAT_H
#ifndef SC_COMPAT_H
#define SC_COMPAT_H
#include "config.h"