Fix a warning with libc5.
authorEric Andersen <andersen@codepoet.org>
Wed, 4 Apr 2001 19:26:22 +0000 (19:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 4 Apr 2001 19:26:22 +0000 (19:26 -0000)
 -Erik

libbb/vdprintf.c

index a18291b..8c3e32a 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <stdio.h>
+#include <unistd.h>
 #include "libbb.h"