Include config.h to make debug() work correctly.

This commit is contained in:
mmdolze
2011-11-15 19:27:38 +00:00
parent ea54f33f90
commit d864da83f0
+5 -2
View File
@@ -29,6 +29,10 @@
* 2007, Peter Marschall
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
@@ -38,7 +42,6 @@
#include "shared/defines.h"
#include "drivers.h"
#include "screen.h"
#include "screenlist.h"
#include "widget.h"
@@ -257,7 +260,7 @@ render_frame(LinkedList *list,
case WID_VBAR: /* FIXME: Vbars don't work in frames! */
render_vbar(w, left, top, right, bottom);
break;
case WID_ICON: /* FIXME: Vbars don't work in frames! */
case WID_ICON: /* FIXME: Icons don't work in frames! */
drivers_icon(w->x, w->y, w->length);
break;
case WID_TITLE: /* FIXME: Doesn't work quite right in frames... */