1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Icon.c: include stdlib.h

This commit is contained in:
Jon Trulson 2014-03-22 19:01:49 -06:00
parent daffaf7045
commit 4568a22f99

View file

@ -22,6 +22,7 @@
*/ */
/* $XConsortium: Icon.c /main/10 1996/11/20 15:35:35 drk $ */ /* $XConsortium: Icon.c /main/10 1996/11/20 15:35:35 drk $ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include "IconP.h" #include "IconP.h"