diff options
Diffstat (limited to 'editors/gnotepad+/files/patch-aa')
-rw-r--r-- | editors/gnotepad+/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa new file mode 100644 index 000000000000..1cc68c0cedad --- /dev/null +++ b/editors/gnotepad+/files/patch-aa @@ -0,0 +1,19 @@ +*** src/prefs.c Mon Mar 8 12:48:35 1999 +--- src/prefs.c Mon Mar 8 12:48:56 1999 +*************** +*** 22,28 **** + #include <string.h> + #include <math.h> + #include <errno.h> +! #include <values.h> + #include <fcntl.h> + #include <ctype.h> + #include <sys/stat.h> +--- 22,28 ---- + #include <string.h> + #include <math.h> + #include <errno.h> +! #include <limits.h> + #include <fcntl.h> + #include <ctype.h> + #include <sys/stat.h> |