mirror of
https://github.com/znc/znc.git
synced 2026-05-03 03:52:33 +02:00
Change namespace for fcntl.h
* Fixes warnings under musl-libc. * <fcntl.h> should be universal in the Unix world, it's more likely a system doesn't have <sys/fcntl.h> than if it doesn't have <fcntl.h> (and has <sys/fcntl.h>.)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <dirent.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user