From: Michael Tremer Date: Thu, 10 Jun 2021 16:56:39 +0000 (+0000) Subject: libpakfire: Avoid multiple definitions of pakfire_scriptlet_types X-Git-Tag: 0.9.28~1281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304f6d18c68022225be5ea7f202572e3e9b188fa;p=pakfire.git libpakfire: Avoid multiple definitions of pakfire_scriptlet_types Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/include/pakfire/scriptlet.h b/src/libpakfire/include/pakfire/scriptlet.h index ca678c7e0..f729b7ebb 100644 --- a/src/libpakfire/include/pakfire/scriptlet.h +++ b/src/libpakfire/include/pakfire/scriptlet.h @@ -27,7 +27,7 @@ #include -const char* pakfire_scriptlet_types[13]; +extern const char* pakfire_scriptlet_types[13]; struct pakfire_scriptlet;