]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.c
- Test auf stdint.h (HAVE_STDINT_H) hinzugefuegt.
[ngircd-alex.git] / src / ngircd / ngircd.c
index 80beaabb78750b69bf12541d6bd0d262f787902f..e58e604749855df9c3c7fcd80456b31c06f5789b 100644 (file)
@@ -9,13 +9,16 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: ngircd.c,v 1.1 2001/12/11 21:53:04 alex Exp $
+ * $Id: ngircd.c,v 1.2 2001/12/11 22:04:21 alex Exp $
  *
  * ngircd.c: Hier beginnt alles ;-)
  *
  * $Log: ngircd.c,v $
- * Revision 1.1  2001/12/11 21:53:04  alex
- * Initial revision
+ * Revision 1.2  2001/12/11 22:04:21  alex
+ * - Test auf stdint.h (HAVE_STDINT_H) hinzugefuegt.
+ *
+ * Revision 1.1.1.1  2001/12/11 21:53:04  alex
+ * Imported sources to CVS.
  *
  */
 
 #include "global.h"
 
 #include <imp.h>
+
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#endif
+
 #include <assert.h>
 #include <errno.h>
 #include <signal.h>
-#include <stdint.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>