Add missing include

* src/wordsplit.c: Include stdio.h
This commit is contained in:
Sergey Poznyakoff 2009-10-19 18:46:31 +03:00
parent 45b44769aa
commit 52e27f35f0

View file

@ -23,6 +23,7 @@
#include <errno.h>
#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <wordsplit.h>
#include <error.h>