Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix build on gcc
Baptiste Daroussin committed 2 years ago
commit 5a7eeee6737b67008d4554d7627ac7eab3e30a34
parent 66cb25e
1 file changed +2 -0
modified libpkg/private/event.h
@@ -32,6 +32,8 @@
#ifndef _PKG_EVENT
#define _PKG_EVENT

+
#include <stdint.h>
+

#ifndef PKG_FORMAT_ATTRIBUTE
#ifdef __GNUC__
#define PKG_FORMAT_ATTRIBUTE(x, y) __attribute__ ((format (printf, (x), (y))));