Try and make llgen work on Windows.
This commit is contained in:
parent
269115f0a2
commit
e7626705f6
|
@ -16,7 +16,8 @@
|
|||
* Some important file names and variables
|
||||
*/
|
||||
|
||||
# include <stdio.h>
|
||||
#include <stdio.h>
|
||||
#include "types.h"
|
||||
|
||||
/* FILES */
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue