Add option no-define to AM_INIT_AUTOMAKE
[emu8051.git] / src / common / common.h
index 345a21a..e38f5b1 100644 (file)
 #ifndef COMMON_H
 #define COMMON_H 1
 
+#if HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>