summaryrefslogtreecommitdiff
path: root/games-fps/quake2-icculus/files/0.16-rogue-nan.patch
blob: 09da62bee201b1b97f91580781d8e0c7e7510e4e (plain)
1
2
3
4
5
6
7
--- a/rogue/g_local.h
+++ b/rogue/g_local.h
@@ -24,3 +24,3 @@
 #ifndef _WIN32
-#include <nan.h>
+#include <bits/nan.h>
 #define min(a,b) ((a) < (b) ? (a) : (b))