about summary refs log tree commit diff
path: root/notemap.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-28 01:59:41 -0500
committerJune McEnroe <june@causal.agency>2020-01-28 01:59:53 -0500
commit93e9f3a766ec205a62b50de75b2293c9cb54411e (patch)
tree7d7852f815628d092d33c51d1b2440ae6b8499d6 /notemap.c
parentLimit subject to 7-bit 78 characters (diff)
downloadnotemap-93e9f3a766ec205a62b50de75b2293c9cb54411e.tar.gz
notemap-93e9f3a766ec205a62b50de75b2293c9cb54411e.zip
Add compat.h
From imbox.
Diffstat (limited to 'notemap.c')
-rw-r--r--notemap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/notemap.c b/notemap.c
index f1ebf5a..3d5d853 100644
--- a/notemap.c
+++ b/notemap.c
@@ -14,6 +14,8 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
+#include "compat.h"
+
 #include <ctype.h>
 #include <err.h>
 #include <stdbool.h>