]> code.citadel.org Git - citadel.git/commitdiff
add include errno.h
authorArt Cancro <ajc@citadel.org>
Wed, 13 Jan 1999 01:56:08 +0000 (01:56 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Jan 1999 01:56:08 +0000 (01:56 +0000)
citadel/room_ops.c

index 32a5069d73868fd9e0e04fd5870d96653beb462e..8020cc8212f703ef1ab3252b286bfd669bb159e2 100644 (file)
@@ -7,6 +7,7 @@
 #include <pthread.h>
 #include <time.h>
 #include <limits.h>
+#include <errno.h>
 #include "citadel.h"
 #include "server.h"
 #include "database.h"