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
1 changed files with 3 additions and 3 deletions

View File

@ -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 */