[pipe] Add forgotten include of config.h

This commit is contained in:
ejurgensen 2018-02-22 22:11:42 +01:00
parent 6a56c19ad5
commit f386c13bd9

View File

@ -30,6 +30,10 @@
*
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>