diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
commit | 25ec1c992759f2cf0f2f2f135852f52ff6f33f71 (patch) | |
tree | 15ec03df76d8478e2e7b95220ecfdaccce511127 /comms/echolinux/files/patch-echogui_testgui.c | |
parent | - Update to 1.0.93sp1 (diff) |
- Chase x11-toolkits/xforms shlib version bump
Diffstat (limited to 'comms/echolinux/files/patch-echogui_testgui.c')
-rw-r--r-- | comms/echolinux/files/patch-echogui_testgui.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/echolinux/files/patch-echogui_testgui.c b/comms/echolinux/files/patch-echogui_testgui.c new file mode 100644 index 000000000000..914032560030 --- /dev/null +++ b/comms/echolinux/files/patch-echogui_testgui.c @@ -0,0 +1,10 @@ +--- echogui/testgui.c.orig 2011-09-06 14:21:37.000000000 +0200 ++++ echogui/testgui.c 2011-09-06 14:21:42.000000000 +0200 +@@ -1,6 +1,6 @@ + /* Form definition file generated with fdesign. */ + +-#include <X11/forms.h> ++#include <forms.h> + #include <stdlib.h> + #include "testgui.h" + |