We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c5520 commit c633c09Copy full SHA for c633c09
include/buffer.h
@@ -1,8 +1,7 @@
1
#ifndef _WOB_BUFFER_H
2
#define _WOB_BUFFER_H
3
4
-#include <stdbool.h>
5
-#include <stdint.h>
+#include <stddef.h>
6
7
int wob_shm_create();
8
include/color.h
@@ -1,6 +1,8 @@
#ifndef _WOB_COLOR_H
#define _WOB_COLOR_H
+#include <stdint.h>
+
struct wob_color {
float alpha;
float red;
include/parse.h
@@ -2,7 +2,6 @@
#define _WOB_PARSE_H
#include <stdbool.h>
#include "color.h"
0 commit comments