]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - c++/internal.h
ncurses 5.6 - patch 20080830
[ncurses.git] / c++ / internal.h
index 16495bcd2bbdc9bcee9939843a0275dedb602c1c..fc7c01011730f680c0d36a7f1b379e5f1329faf5 100644 (file)
  *   Author: Juergen Pfeifer, 1997                                          *
  ****************************************************************************/
 
-// $Id: internal.h,v 1.14 2007/04/07 18:44:17 tom Exp $
+// $Id: internal.h,v 1.15 2007/06/02 15:58:00 tom Exp $
 
 #ifndef NCURSES_CPLUS_INTERNAL_H
 #define NCURSES_CPLUS_INTERNAL_H 1
 
-#include <stdlib.h>
-
 #include <ncurses_cfg.h>
 
+#include <stdlib.h>
+
 #if USE_RCS_IDS
 #define MODULE_ID(id) static const char Ident[] = id;
 #else