summaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-10-18 21:00:52 +0300
committerkartofen <mladenovnasko0@gmail.com>2023-10-18 21:00:52 +0300
commit22128c747e0817f09c11b004016e6d7c518c1523 (patch)
tree315ad3ee75967504d318909e17c6f10091721d74 /src/common.c
parent9990c8d617d84e0d86ad680c39f648b0fab0906c (diff)
swap chain support and minor reorganization
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 084c584..d3773c4 100644
--- a/src/common.c
+++ b/src/common.c
@@ -1,5 +1,6 @@
#include <string.h>
#include <errno.h>
+
#include "common.h"
void *xmalloc(size_t size)