diff options
author | June McEnroe <june@causal.agency> | 2020-01-28 01:59:41 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-01-28 01:59:53 -0500 |
commit | 93e9f3a766ec205a62b50de75b2293c9cb54411e (patch) | |
tree | 7d7852f815628d092d33c51d1b2440ae6b8499d6 /notemap.c | |
parent | Limit subject to 7-bit 78 characters (diff) | |
download | notemap-93e9f3a766ec205a62b50de75b2293c9cb54411e.tar.gz notemap-93e9f3a766ec205a62b50de75b2293c9cb54411e.zip |
Add compat.h
From imbox.
Diffstat (limited to '')
-rw-r--r-- | notemap.c | 2 |
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> |