mirror of
git://git.gnu.org.ua/wordsplit.git
synced 2025-04-26 00:29:54 +03:00
Add missing include
* src/wordsplit.c: Include stdio.h
This commit is contained in:
parent
45b44769aa
commit
52e27f35f0
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <wordsplit.h>
|
||||
|
||||
#include <error.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue