diff options
Diffstat (limited to 'sesman/chansrv/fifo.c')
| -rw-r--r-- | sesman/chansrv/fifo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/chansrv/fifo.c b/sesman/chansrv/fifo.c index 595dbb29..73955196 100644 --- a/sesman/chansrv/fifo.c +++ b/sesman/chansrv/fifo.c @@ -19,6 +19,10 @@ /* FIFO implementation to store a pointer to a user struct */ /* module based logging */ +#if defined(HAVE_CONFIG_H) +#include <config_ac.h> +#endif + #define MODULE_NAME "FIFO " #define LOCAL_DEBUG |
