Skip to content

Commit

Permalink
Add missing #include <stdlib.h> to display/d.where/main.c. (#1377)
Browse files Browse the repository at this point in the history
It is requiref for `exit()` and `EXIT_SUCCESS`/`EXIT_FAILURE`.
  • Loading branch information
Attila Oláh committed Feb 24, 2021
1 parent 7cf6c6e commit 31fe6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display/d.where/main.c
Expand Up @@ -19,6 +19,7 @@
* for details.
*
*****************************************************************************/
#include <stdlib.h>
#include <string.h>
#include <grass/gis.h>
#include <grass/gprojects.h>
Expand Down

0 comments on commit 31fe6e9

Please sign in to comment.