freebsd-ports/sysutils/prips/files/patch-except.c
2006-06-03 15:45:19 +00:00

9 lines
219 B
C

--- except.c.orig Wed Jun 2 10:50:51 1999
+++ except.c Fri May 26 03:59:25 2006
@@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <ctype.h>
#include <math.h>
#include <assert.h>