mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
src/ar65/library.c: style fix
This commit is contained in:
parent
9b05fe9982
commit
cd116e5ba0
@ -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…
x
Reference in New Issue
Block a user