瀏覽代碼

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 年之前
父節點
當前提交
c2e3c0040d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>