summaryrefslogtreecommitdiff
path: root/new/alloc_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/alloc_windows.c')
-rw-r--r--new/alloc_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/alloc_windows.c b/new/alloc_windows.c
index 049e909..7922d5d 100644
--- a/new/alloc_windows.c
+++ b/new/alloc_windows.c
@@ -1,5 +1,5 @@
// 4 december 2014
-#include "ui_windows.h"
+#include "uipriv_windows.h"
// wrappers for allocator of choice
// panics on memory exhausted, undefined on heap corruption or other unreliably-detected malady (see http://stackoverflow.com/questions/28761680/is-there-a-windows-api-memory-allocator-deallocator-i-can-use-that-will-just-giv)