diff options
Diffstat (limited to 'graphics/grads/files/patch-src_gagui.h')
-rw-r--r-- | graphics/grads/files/patch-src_gagui.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/grads/files/patch-src_gagui.h b/graphics/grads/files/patch-src_gagui.h new file mode 100644 index 000000000000..6cfda47fa30c --- /dev/null +++ b/graphics/grads/files/patch-src_gagui.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- src/gagui.h.orig Fri Mar 25 15:17:42 2005 ++++ src/gagui.h Fri Mar 25 15:18:16 2005 +@@ -11,7 +11,7 @@ + */ + /* kk --- 020619 added List and Free_List --- kk */ + +-#include "libsx.h" ++#include "X11/libsx/libsx.h" + + int init_display(int argc, char **argv, void *data); + int Custom_GUI( char *fname ); |