Formatting.

This commit is contained in:
Enrico Giordani
2015-07-12 16:50:19 +02:00
parent 30cc5d4102
commit e2f208c83f
+6 -6
View File
@@ -32,15 +32,15 @@
#include <stdio.h>
#include <sys/types.h>
#ifndef _WIN32
#include <sys/time.h>
#include <unistd.h>
#include <poll.h>
#else
#ifdef _WIN32
#include <sys/types.h>
#include <sys/timeb.h>
#include "..\..\src\win32_Interop\Win32_FDAPI.h"
#include "..\..\src\win32_Interop\Win32_Service.h"
#include "..\..\src\win32_Interop\Win32_Service.h"
#else
#include <sys/time.h>
#include <unistd.h>
#include <poll.h>
#endif
#include <stdlib.h>
#include <string.h>