office-gobmx/liblangtag/liblangtag-0.5.1-unistd.patch
Michael Stahl 09373d4583 soltools: remove Package_inc and empty unistd.h nonsense
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
2013-05-10 17:56:24 +02:00

12 lines
359 B
Diff

--- UnpackedTarball/langtag/liblangtag/lt-utils.c 2013-05-10 14:36:54.445200000 +0200
+++ UnpackedTarball/langtag/liblangtag/lt-utils.c 2013-05-10 14:38:31.446000000 +0200
@@ -23,7 +23,9 @@
#if HAVE_STRING_H
#include <string.h>
#endif
+#if HAVE_UNISTD_H
#include <unistd.h>
+#endif
#include <sys/types.h>
#include "lt-messages.h"
#include "lt-utils.h"