Try and make llgen work on Windows.

This commit is contained in:
David Given 2022-07-15 00:34:38 +02:00
parent 269115f0a2
commit e7626705f6
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,8 @@
* Some important file names and variables
*/
# include <stdio.h>
#include <stdio.h>
#include "types.h"
/* FILES */

View file

@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <io.h>
# include "extern.h"
# include "types.h"