diff options
Diffstat (limited to 'notemap.c')
-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> |