From 877a9fc6520dcce74356c742bfa3a993562927be Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sat, 5 Nov 2016 16:18:26 +0800 Subject: [PATCH] Update window --- window/alert_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window/alert_c.h b/window/alert_c.h index b8461ce..19cdef6 100644 --- a/window/alert_c.h +++ b/window/alert_c.h @@ -10,7 +10,7 @@ #include /* For wait() */ #include /* For fork() */ #include /* For pid_t */ - #include "snprintf.h" /* For asprintf() */ + #include "../base/snprintf.h" /* For asprintf() */ #endif #if defined(USE_X11)