Add a missing header include.

This commit is contained in:
Godzil 2013-05-16 09:41:11 +02:00 committed by Manoël Trapier
parent 06665f4624
commit 0ba3023570

View File

@ -89,6 +89,7 @@ _include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <ctype.h>
#include <signal.h>
#include <unistd.h>