From f2d089e1bb955b7643da93650a83f512f254fda1 Mon Sep 17 00:00:00 2001 From: saq Date: Sat, 9 Apr 2005 15:52:07 +0000 Subject: [PATCH] - include stdlib.h if using NULL Changed files: eclipse-swt-NULL.patch -> 1.1 --- eclipse-swt-NULL.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 eclipse-swt-NULL.patch diff --git a/eclipse-swt-NULL.patch b/eclipse-swt-NULL.patch new file mode 100644 index 0000000..af57d44 --- /dev/null +++ b/eclipse-swt-NULL.patch @@ -0,0 +1,10 @@ +--- swt.c.orig 2005-04-09 14:38:56.000000000 +0000 ++++ swt.c 2005-04-09 14:39:03.000000000 +0000 +@@ -9,6 +9,7 @@ + * IBM Corporation - initial API and implementation + *******************************************************************************/ + ++#include + #include "swt.h" + + int IS_JNI_1_2 = 0; -- 2.43.0