comparison lwlib/lwlib-Xm.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 0132846995bd
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with XEmacs; see the file COPYING. If not, write to 18 along with XEmacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 #include <config.h>
22 #include <stdlib.h> 23 #include <stdlib.h>
23 #include <unistd.h>
24 #include <string.h> 24 #include <string.h>
25 #include <stdio.h> 25 #include <stdio.h>
26 #ifdef HAVE_LIMITS_H
26 #include <limits.h> 27 #include <limits.h>
28 #endif
29 #ifdef HAVE_UNISTD_H
30 #include <unistd.h>
31 #endif
27 32
28 #include <X11/StringDefs.h> 33 #include <X11/StringDefs.h>
29 #include <X11/IntrinsicP.h> 34 #include <X11/IntrinsicP.h>
30 #include <X11/ObjectP.h> 35 #include <X11/ObjectP.h>
31 #include <X11/CoreP.h> 36 #include <X11/CoreP.h>