summaryrefslogtreecommitdiffstats
path: root/config-compat-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-compat-linux.h')
-rw-r--r--config-compat-linux.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-compat-linux.h b/config-compat-linux.h
new file mode 100644
index 00000000..2730de1e
--- /dev/null
+++ b/config-compat-linux.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_COMPAT_LINUX_H
+#define CONFIG_COMPAT_LINUX_H
+
+#include <byteswap.h>
+#include <endian.h>
+#include <libintl.h>
+
+#endif