aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-18 20:33:26 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-18 20:33:26 +0000
commit2df4dbde0ed278c2759eb69ae7988d5527fb9ff1 (patch)
tree4e461e81501dbafa9d2d4ae693738fe999927638
parent29c9de1cfc6d2ac35f4945037122b925766e8122 (diff)
downloadbusybox-w32-2df4dbde0ed278c2759eb69ae7988d5527fb9ff1.tar.gz
busybox-w32-2df4dbde0ed278c2759eb69ae7988d5527fb9ff1.tar.bz2
busybox-w32-2df4dbde0ed278c2759eb69ae7988d5527fb9ff1.zip
include <stddef.h> so that ptrdiff_t is again available
git-svn-id: svn://busybox.net/trunk/busybox@18146 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/libbb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 0016d839f..91d458f50 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -23,6 +23,7 @@
23#include <stdio.h> 23#include <stdio.h>
24#include <stdlib.h> 24#include <stdlib.h>
25#include <stdarg.h> 25#include <stdarg.h>
26#include <stddef.h>
26#include <string.h> 27#include <string.h>
27#include <strings.h> 28#include <strings.h>
28#include <sys/ioctl.h> 29#include <sys/ioctl.h>