use <> for system includes not ""

This commit is contained in:
Axel Kohlmeyer 2017-09-29 09:19:38 -04:00
parent de45fa6e71
commit d898afaafb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include "sys/stat.h"
#include <sys/stat.h>
#include "input.h"
#include "style_command.h"
#include "universe.h"