diff options
Diffstat (limited to 'common/list.c')
| -rw-r--r-- | common/list.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/common/list.c b/common/list.c index b95b3444..71f2d84a 100644 --- a/common/list.c +++ b/common/list.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 "list.h" | 
