From ba920c08079ca7d79c940f8a2f2d62feddeb1238 Mon Sep 17 00:00:00 2001 From: alfred Date: Mon, 7 Oct 2002 03:47:01 +0000 Subject: Add a patch to include sys/types.h we need it on -current. Ok'd by: dougb --- editors/abiword/files/patch-ax | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/abiword/files/patch-ax (limited to 'editors/abiword') diff --git a/editors/abiword/files/patch-ax b/editors/abiword/files/patch-ax new file mode 100644 index 00000000000..91ab0177588 --- /dev/null +++ b/editors/abiword/files/patch-ax @@ -0,0 +1,10 @@ +--- ../wv/libole2/ms-ole.h Sun Oct 6 20:18:41 2002 ++++ ../wv/libole2/ms-ole.h.new Sun Oct 6 20:18:48 2002 +@@ -20,6 +20,7 @@ + #if defined(__QNXNTO__) + # include + #endif ++# include + # include /* for mode_t */ + #else + # include -- cgit