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

@ -23,6 +23,7 @@
#include <sys/time.h>
#include <libgen.h>
#include <errno.h>
#include "print.h"
#include "fs.h"

View file

@ -26,6 +26,7 @@
#include <sys/wait.h>
#include <fnmatch.h>
#include <regex.h>
#include <errno.h>
#include "print.h"
void delay(long ms)

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"