diff src/font.h @ 17:fc71221b7bee

core: minimal cleanups
author David Demelier <markand@malikania.fr>
date Wed, 08 Jan 2020 20:08:17 +0100
parents c91c3272101b
children 63eaec5ceba9
line wrap: on
line diff
--- a/src/font.h	Tue Jan 07 21:45:03 2020 +0100
+++ b/src/font.h	Wed Jan 08 20:08:17 2020 +0100
@@ -25,6 +25,7 @@
  */
 
 #include <stddef.h>
+#include <stdint.h>
 
 struct font;
 struct texture;