mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Fix warnings introduced by prior commit
This commit is contained in:
parent
8e25ce4e57
commit
318e1be240
7 changed files with 19 additions and 3 deletions
|
@ -2,6 +2,11 @@
|
|||
#define _SWAY_STRINGOP_H
|
||||
#include "list.h"
|
||||
|
||||
#if !HAVE_DECL_SETENV
|
||||
// Not sure why we need to provide this
|
||||
extern int setenv(const char *, const char *, int);
|
||||
#endif
|
||||
|
||||
// array of whitespace characters to use for delims
|
||||
extern const char *whitespace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue