added missing #include <stdio.h>

This commit is contained in:
Noah Swerhun 2021-11-07 15:27:09 -06:00
parent 50b027df2e
commit cf24bef628

View file

@ -1,6 +1,8 @@
#ifndef MAIN_H
#define MAIN_H
#include <stdio.h>
void die(char *, ...);
char *fgetl(FILE *);
char *strdup_(char *);