aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-21 00:27:21 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-21 00:27:21 +1000
commita47065f6481a412c2a69ab248b21d6f739361438 (patch)
treee108c09e0ba6f76916d70469dcb417d4063332c7 /proc.h
parent70351b0e4fbff2c5f2e58fd5eb8553f973714ee7 (diff)
Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c.
darcs-hash:20060120142721-ac50b-4b9850d889e2210e1d545339e29dcc038a3f2b04.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index f4e10bd2..ff1a2175 100644
--- a/proc.h
+++ b/proc.h
@@ -14,6 +14,7 @@
#include <wchar.h>
#include <signal.h>
#include <unistd.h>
+#include <sys/time.h>
#include "util.h"
#include "io.h"