change comment to ifdef

This commit is contained in:
Tess Gauthier 2024-08-20 13:29:41 -04:00 committed by GitHub
parent 547baf4e29
commit 03ae1035d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

4
misc.c
View File

@ -22,7 +22,9 @@
#include <sys/types.h>
#include <sys/ioctl.h>
//#include <sys/mman.h>
#ifndef WINDOWS
#include <sys/mman.h>
#endif /* WINDOWS */
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>