]> andersk Git - moira.git/commitdiff
#include errno.h so we don't get undefined errno when trying to build
authorjweiss <jweiss>
Fri, 15 Apr 1994 15:38:00 +0000 (15:38 +0000)
committerjweiss <jweiss>
Fri, 15 Apr 1994 15:38:00 +0000 (15:38 +0000)
under Solaris.

clients/blanche/blanche.c

index 2358cc9ee3e648dd9fd72272111a245105499c2d..18496f72d334bc42c6ac814b041d0aceb7ba47b7 100644 (file)
@@ -15,6 +15,7 @@
    Do we need to improve the support for queue operations? */
 
 #include <mit-copyright.h>
+#include <errno.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
This page took 0.040543 seconds and 5 git commands to generate.