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

View file

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