Fix implicit declaration of getenv and atol
* src/gtkutil.c: Include <stdlib.h>.
This commit is contained in:
parent
a4e4510ccd
commit
add0610ec9
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
#ifdef USE_GTK
|
||||
#include <float.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <c-ctype.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue