all repos — openbox @ 82e61c015fe82b673676c3242f014bf26c0dd152

openbox fork - make it a bit more like ryudo

fixed HAVE_STRING_H introduced from some parrallel development. blast
Scott Moynes smoynes@nexus.carleton.ca
commit

82e61c015fe82b673676c3242f014bf26c0dd152

parent

6985e48f53159b709532ed087d9d3ddb6f231eaf

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Toolbar.ccsrc/Toolbar.cc

@@ -43,9 +43,9 @@ #include "Workspacemenu.h"

#include <X11/keysym.h> -#ifdef STDC_HEADERS +#ifdef HAVE_STRING_H # include <string.h> -#endif // STDC_HEADERS +#endif // HAVE_STRING_H #ifdef HAVE_STDIO_H # include <stdio.h>