]> diplodocus.org Git - nmh/commitdiff
Normalize some #include paths.
authorKen Hornstein <kenh@pobox.com>
Mon, 20 Nov 2017 00:08:48 +0000 (19:08 -0500)
committerKen Hornstein <kenh@pobox.com>
Mon, 20 Nov 2017 00:09:51 +0000 (19:09 -0500)
Include the subdirectory so these files will compile from an object build.

sbr/dtimep.l
sbr/icalendar.l
sbr/icalparse.y

index 699e90e44f2abc3b4634f6a4e8325100a1a53e7a..656f96b2b3f8b69920d227145d13bf5955adb7b5 100644 (file)
@@ -12,7 +12,7 @@
 %{
 #include "h/nmh.h"
 #include "h/mh.h"
-#include "dtime.h"
+#include "sbr/dtime.h"
 #include "h/utils.h"
 #include "h/tws.h"
 
index 0681f3adfc691bbae9a425d39795082ec4ead7c4..c7ebb8bf0490e140fa2fcd35ca502d5b6a980ae1 100644 (file)
@@ -11,7 +11,7 @@
 #include "h/mh.h"
 #include "h/icalendar.h"
 #include "icalparse.h"
-#include "base64.h"
+#include "sbr/base64.h"
 
 static char *unfold (char *, size_t *);
 static void destroy_icallex(void);
index 7549aa64ffb1f6f60ffd837620f8520d198d8648..0213fa90a3f91583e01b9f3a90397c705bc8d012 100644 (file)
@@ -34,7 +34,7 @@
     */
 
 #include "h/mh.h"
-#include "error.h"
+#include "sbr/error.h"
 #include "h/icalendar.h"
 #include "h/utils.h"