summary refs log tree commit diff
path: root/src/util.h
diff options
context:
space:
mode:
authorzlago2024-10-26 20:18:41 +0200
committerzlago2024-10-26 20:21:59 +0200
commitd44d411e0eb3800ed883374b29c2863e1a863735 (patch)
tree05721dbc8bc1df747179fcb62120a009f23d86a3 /src/util.h
parentb12606899c98d7fc7a120c2b79797b5c45283ad2 (diff)
move save file code to a separate file
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 3aafc66..bb8e147 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,4 +1,5 @@
 #pragma once
+#include <stdio.h>
 
 struct color {
 	unsigned char r, g, b, a;