summaryrefslogtreecommitdiffstats
path: root/tools/icon_to_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/icon_to_c.c')
-rw-r--r--tools/icon_to_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/icon_to_c.c b/tools/icon_to_c.c
index 8a88fffb..882330eb 100644
--- a/tools/icon_to_c.c
+++ b/tools/icon_to_c.c
@@ -15,6 +15,7 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <string.h>
#include <stdint.h>
#include <unistd.h>
@@ -374,4 +375,3 @@ int main(int argc, char **argv)
return icon_to_c_struct(icon, dest, struct_name);
}
-