mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
action: fix build warning
This commit is contained in:
parent
1721b339da
commit
33d02aa83e
3 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue