ex36 prep

This commit is contained in:
Dan Buch
2016-04-21 12:34:23 -04:00
parent 3fc7adac10
commit 8f91cf3d0c
3 changed files with 48 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
--- 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 */