13 lines
337 B
Diff
13 lines
337 B
Diff
--- a/bstrlib.c 2016-04-21 12:26:50.000000000 -0400
|
|
+++ b/bstrlib.c 2016-04-21 12:27:59.000000000 -0400
|
|
@@ -22,7 +22,8 @@
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
#include <limits.h>
|
|
-#include "bstrlib.h"
|
|
+// PATCH to include adjacent bstrlib.h
|
|
+#include <lcthw/bstrlib.h>
|
|
|
|
/* Optionally include a mechanism for debugging memory */
|
|
|