[ncneofetch] ponly want langinfo.h on non-windows

dankamongmen/pile-drop-graphics
nick black 3 years ago committed by nick black
parent ef53094e53
commit 491a7f74dc

@ -6,14 +6,15 @@
#include <locale.h>
#include <strings.h>
#include <pthread.h>
#include <langinfo.h>
#include <semaphore.h>
#include <sys/param.h>
#include <sys/types.h>
#if defined(__linux__) || defined(__gnu_hurd__)
#include <langinfo.h>
#include <sys/utsname.h>
#include <sys/sysinfo.h>
#elif !defined(__MINGW64__)
#include <langinfo.h>
#include <sys/sysctl.h>
#include <sys/utsname.h>
#else

Loading…
Cancel
Save