[gimp/gimp-2-10] tools, fix implicit declaration of function atoi warning



commit 1ca3d99fbc62720054e31d7d489aaeb690b52e96
Author: lillolollo <4179-lillolollo users noreply gitlab gnome org>
Date:   Sat Nov 30 02:06:30 2019 +0000

    tools, fix implicit declaration of function atoi warning

 tools/gimp-debug-resume.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tools/gimp-debug-resume.c b/tools/gimp-debug-resume.c
index f5294df583..2aac3b3d49 100644
--- a/tools/gimp-debug-resume.c
+++ b/tools/gimp-debug-resume.c
@@ -7,6 +7,7 @@
 #include <tchar.h>
 #include <tlhelp32.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 static BOOL
 resume_process (DWORD dwOwnerPID)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]