Removed #include again, breaks compilation on OS/2.

merge-requests/1/head
Henning Geinitz 2003-04-30 09:57:01 +00:00
rodzic a409f7a139
commit 60437d524c
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2003-04-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
* lib/getopt.c: Removed #include again, breaks compilation on OS/2.
2003-04-27 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003-04-27 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/hp5400_internal.c backend/canon630u-common.c * backend/hp5400_internal.c backend/canon630u-common.c

Wyświetl plik

@ -40,8 +40,6 @@
#endif #endif
#include <stdio.h> #include <stdio.h>
#include <unistd.h>
#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not /* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C actually compiling the library itself. This code is part of the GNU C