Fix includes

This commit is contained in:
Martin Lund 2024-05-12 08:57:59 +02:00
parent d2dd9f5a5b
commit c76a4d0172
3 changed files with 3 additions and 0 deletions

View file

@ -22,6 +22,7 @@
#include <assert.h>
#include <regex.h>
#include <getopt.h>
#include <errno.h>
#include "config.h"
#include "misc.h"
#include "print.h"