blob: fc851e3637d792cd49c1e3f96da1b85a1d616676 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: modules/file/jpkscan.c
===================================================================
--- modules/file/jpkscan.c (revision 19092)
+++ modules/file/jpkscan.c (working copy)
@@ -52,6 +52,7 @@
#include "config.h"
#include <string.h>
+#include <stdlib.h>
#include <libgwyddion/gwymacros.h>
#include <libgwyddion/gwymath.h>
#include <libgwyddion/gwyutils.h>
|