Przeglądaj źródła

Add missing #include <stdlib.h> to display/d.where/main.c. (#1377)

It is requiref for `exit()` and `EXIT_SUCCESS`/`EXIT_FAILURE`.
Attila Oláh 4 lat temu
rodzic
commit
c2e3c0040d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      display/d.where/main.c

+ 1 - 0
display/d.where/main.c

@@ -19,6 +19,7 @@
  *               for details.
  *
  *****************************************************************************/
+#include <stdlib.h>
 #include <string.h>
 #include <grass/gis.h>
 #include <grass/gprojects.h>