src/ar65/library.c: style fix
This commit is contained in:
parent
9b05fe9982
commit
cd116e5ba0
1 changed files with 3 additions and 3 deletions
|
@ -37,10 +37,10 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#if defined(_WIN32)
|
||||
#include <process.h>
|
||||
# include <process.h>
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
# include <sys/types.h>
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* common */
|
||||
|
|
Loading…
Add table
Reference in a new issue