Fix missing includes in libbsd

This makes it compile with -Werror.
This commit is contained in:
Jonathan Schleifer
2014-03-22 21:23:30 +01:00
parent a8c098a3ba
commit 18bac98397
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -673,6 +673,7 @@ rule ArchitectureSetupWarnings architecture
EnableWerror src bin package ;
EnableWerror src bin package_repo ;
EnableWerror src bin pkgman ;
EnableWerror src libs bsd ;
EnableWerror src apps ;
EnableWerror src kits ;
EnableWerror src preferences ;
+1
View File
@@ -9,6 +9,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define LINE_LENGTH 4096
+1
View File
@@ -9,6 +9,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <termios.h>
#include <unistd.h>