comparison lwlib/lwlib-utils.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 1ce6082ce73f
children 5a88923fcbfe
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 #include <config.h>
21 #include <stdlib.h> 22 #include <stdlib.h>
22 #include <unistd.h>
23 #include <string.h> 23 #include <string.h>
24 #include <memory.h> 24 #include <memory.h>
25 #ifdef HAVE_UNISTD_H
26 #include <unistd.h>
27 #endif
25 28
26 #include <X11/Xatom.h> 29 #include <X11/Xatom.h>
27 #include <X11/IntrinsicP.h> 30 #include <X11/IntrinsicP.h>
28 #include <X11/ObjectP.h> 31 #include <X11/ObjectP.h>
29 #include "lwlib-utils.h" 32 #include "lwlib-utils.h"