src/ar65/library.c: style fix
This commit is contained in:
committed by
Oliver Schmidt
parent
9b05fe9982
commit
cd116e5ba0
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user