diff options
Diffstat (limited to 'common/fifo.c')
| -rw-r--r-- | common/fifo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/fifo.c b/common/fifo.c index e3f6f3bc..61e30144 100644 --- a/common/fifo.c +++ b/common/fifo.c @@ -18,6 +18,10 @@ * FIFO implementation to store pointer to data struct */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #include "fifo.h" #include "os_calls.h" |
