action: fix build warning

This commit is contained in:
Johan Malm 2020-09-25 20:05:20 +01:00
parent 1721b339da
commit 33d02aa83e
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,6 @@
#ifndef __LABWC_H #ifndef __LABWC_H
#define __LABWC_H #define __LABWC_H
#define _POSIX_C_SOURCE 200809L
#include <getopt.h> #include <getopt.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <stdlib.h>

View file

@ -1,8 +1,8 @@
#include <strings.h> #include <strings.h>
#include "labwc.h"
#include "common/spawn.h" #include "common/spawn.h"
#include "common/log.h" #include "common/log.h"
#include "labwc.h"
static void reconfigure(void) static void reconfigure(void)
{ {

View file

@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#include "labwc.h" #include "labwc.h"
#include "theme/theme.h" #include "theme/theme.h"
#include "config/rcxml.h" #include "config/rcxml.h"