diff options
Diffstat (limited to 'misc/xpns/files/patch-cellget.c')
-rw-r--r-- | misc/xpns/files/patch-cellget.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/xpns/files/patch-cellget.c b/misc/xpns/files/patch-cellget.c new file mode 100644 index 000000000000..0be090402669 --- /dev/null +++ b/misc/xpns/files/patch-cellget.c @@ -0,0 +1,10 @@ +--- cellget.c.orig ++++ cellget.c +@@ -16,6 +16,7 @@ + + + #include <stdio.h> ++#include <stdlib.h> + + + static OBJECT *pSte, *pTra, *pK; |