]> granicus.if.org Git - postgresql/commitdiff
Add string.h for strerror() prototype
authorMarc G. Fournier <scrappy@hub.org>
Wed, 26 Mar 1997 03:27:04 +0000 (03:27 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 26 Mar 1997 03:27:04 +0000 (03:27 +0000)
src/backend/utils/error/exc.c

index a3d71be92ae0494b8c7926ac1dce672181444268..94c2b27f93e4222d86a1da6fd0b2a744f9f6bd18 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.12 1997/03/18 21:40:41 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/utils/error/Attic/exc.c,v 1.13 1997/03/26 03:27:04 scrappy Exp $
  *
  * NOTE
  *    XXX this code needs improvement--check for state violations and
@@ -17,6 +17,7 @@
  */
 #include <stdio.h>     /* XXX use own I/O routines */
 #include <errno.h>
+#include <string.h>
 
 #include "postgres.h"