standard headers should be included regardless of WIN32

This commit is contained in:
Arvid Norberg 2014-08-26 04:16:50 +00:00
parent 4394fea79e
commit 1045e385de
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
#include <unistd.h> // for close()
#include <fcntl.h> // for open()
#include <sys/ioctl.h>
#include <stdio.h> // for snprintf
#include <stdlib.h> // for atoi
#endif
#include "print.hpp"
#include <stdio.h> // for snprintf
#include <stdlib.h> // for atoi
#include <cmath>
char const* esc(char const* code)