if PATH_MAx is undefined for e_alert_main.c - define it.

SVN revision: 71351
This commit is contained in:
Carsten Haitzler 2012-05-23 08:47:37 +00:00
parent 71e3978df0
commit 6ed15fc01a
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
#include <xcb/xcb.h>
#include <xcb/shape.h>
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
#define WINDOW_WIDTH 320
#define WINDOW_HEIGHT 240