blob: 8007ce19b323f4fb5a4bd8168c781868cee37fe5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
rely on standard POSIX headers to fix globs of warnings
requires 0.88-protos.patch first
--- a/rblspp.c
+++ b/rblspp.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include "byte.h"
#include "str.h"
#include "scan.h"
|