summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 8e7969521..16853add6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,3 +1,6 @@
+#ifndef _CONFIG_H_
+#define _CONFIG_H_
+
#undef XINE_MAJOR
#undef XINE_MINOR
#undef XINE_SUB
@@ -96,3 +99,5 @@
#ifndef __GNUC__
#define __attribute__(x) /**/
#endif
+
+#endif