diff options
Diffstat (limited to '')
-rw-r--r-- | src/text_input_stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/text_input_stream.c b/src/text_input_stream.c index ec81c9a27..fd402590e 100644 --- a/src/text_input_stream.c +++ b/src/text_input_stream.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "text_input_stream.h" #include "input_stream.h" #include "fifo_buffer.h" |