This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository e16.
View the commit online.
commit 32b0fb591ef48d18304b9ba55852cabb00e28601
Author: Kim Woelders <[email protected]>
AuthorDate: Mon Feb 6 17:32:05 2023 +0100
Add missing include
---
src/eimage.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/eimage.c b/src/eimage.c
index 56e4eae2..578db8b7 100644
--- a/src/eimage.c
+++ b/src/eimage.c
@@ -22,6 +22,7 @@
*/
#include "config.h"
+#include <stdint.h>
#include <Imlib2.h>
#include <X11/Xlib.h>
#if USE_XRENDER
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.