diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/c.h b/src/include/c.h index fc95d381d39..4a96810ca0a 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.99 2001/08/24 14:07:49 petere Exp $ + * $Id: c.h,v 1.100 2001/08/24 22:46:28 petere Exp $ * *------------------------------------------------------------------------- */ @@ -50,6 +50,7 @@ */ #include "pg_config.h" +#include "postgres_ext.h" #include <stdio.h> #include <stdlib.h> |