Change \ to / in header path for make it linux compiler friendly.

This commit is contained in:
sorgelig
2017-11-15 23:19:44 +08:00
parent 2e71988905
commit ac05f648e6

View File

@@ -1,6 +1,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys\stat.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>