src/ar65/library.c: style fix

This commit is contained in:
Christian Groessler
2021-03-18 20:18:23 +01:00
committed by Oliver Schmidt
parent 9b05fe9982
commit cd116e5ba0

View File

@@ -37,10 +37,10 @@
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#if defined(_WIN32) #if defined(_WIN32)
#include <process.h> # include <process.h>
#else #else
#include <sys/types.h> # include <sys/types.h>
#include <unistd.h> # include <unistd.h>
#endif #endif
/* common */ /* common */