[gthumb] include stdlib for atoi
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] include stdlib for atoi
- Date: Sun, 8 Mar 2020 12:17:38 +0000 (UTC)
commit 1571c5457171c58dd10b75cb3b025317582c343d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Mar 8 12:19:49 2020 +0100
include stdlib for atoi
gthumb/gth-file-data.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gthumb/gth-file-data.c b/gthumb/gth-file-data.c
index b60aab3b..27d30bc0 100644
--- a/gthumb/gth-file-data.c
+++ b/gthumb/gth-file-data.c
@@ -21,6 +21,7 @@
#include <config.h>
#include <string.h>
+#include <stdlib.h>
#include "glib-utils.h"
#include "gth-duplicable.h"
#include "gth-metadata.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]