mirror of
https://github.com/swaywm/sway.git
synced 2025-04-21 04:44:39 +00:00
include/stringop: Fix missing include
This commit is contained in:
parent
128b6253a9
commit
905dd141f4
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef _SWAY_STRINGOP_H
|
||||
#define _SWAY_STRINGOP_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include "list.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue