diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 03:14:30 +0000 |
| commit | 9b645d481ccfa3638de915e0f75e3dfe9d520b79 (patch) | |
| tree | 99ce60a6b354e7f817eb5c502af6936739146596 /src/backend/port/dynloader/ultrix4.h | |
| parent | a9591ce66aa69e82196800b0f4f7b6e35aea8e49 (diff) | |
| download | postgresql-9b645d481ccfa3638de915e0f75e3dfe9d520b79.tar.gz | |
Update #include cleanups
Diffstat (limited to 'src/backend/port/dynloader/ultrix4.h')
| -rw-r--r-- | src/backend/port/dynloader/ultrix4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/port/dynloader/ultrix4.h b/src/backend/port/dynloader/ultrix4.h index 826f3ada06..e7f719e63d 100644 --- a/src/backend/port/dynloader/ultrix4.h +++ b/src/backend/port/dynloader/ultrix4.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: ultrix4.h,v 1.4 1999/07/15 23:03:21 momjian Exp $ + * $Id: ultrix4.h,v 1.5 1999/07/16 03:13:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -34,7 +34,7 @@ #ifndef _DL_HEADER_ #define _DL_HEADER_ -#include <stdio.h> /* needed to declare FILE for ldfcn.h */ +#include <stdio.h> #include "filehdr.h" #include "syms.h" #include "ldfcn.h" |
