diff options
Diffstat (limited to 'common/list16.c')
| -rw-r--r-- | common/list16.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/common/list16.c b/common/list16.c index 5e5c3d7f..7ed4a169 100644 --- a/common/list16.c +++ b/common/list16.c @@ -18,6 +18,10 @@   * simple list   */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif +  #include "arch.h"  #include "os_calls.h"  #include "list16.h" | 
