summaryrefslogtreecommitdiff
blob: 5db9d892c006fb72cd9a17d41f0ad420d761856f (plain)
1
2
3
4
5
6
7
--- src/rogue/g_local.h.orig	2005-01-03 02:16:03.233329552 -0500
+++ src/rogue/g_local.h	2005-01-03 02:16:03.244327880 -0500
@@ -24,3 +24,3 @@
 #ifndef _WIN32
-#include <nan.h>
+#include <bits/nan.h>
 #define min(a,b) ((a) < (b) ? (a) : (b))