diff options
Diffstat (limited to 'misc/xpns/files/patch-hakadelta.c')
-rw-r--r-- | misc/xpns/files/patch-hakadelta.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/xpns/files/patch-hakadelta.c b/misc/xpns/files/patch-hakadelta.c new file mode 100644 index 000000000000..8b6370eebfc1 --- /dev/null +++ b/misc/xpns/files/patch-hakadelta.c @@ -0,0 +1,11 @@ +--- hakadelta.c.orig ++++ hakadelta.c +@@ -17,6 +17,8 @@ + #include "colors" + #include "cellname.h" + ++#include <stdio.h> ++ + + + #define DeDrawX( t, p, gc) XDrawImageString( MyDisplay, HaGraphPixmap, \ |