projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adf38a
)
Need sys/param.h for endianness macros.
author
Peter Eisentraut
Mon, 21 Oct 2002 18:56:30 +0000
(18:56 +0000)
committer
Peter Eisentraut
Mon, 21 Oct 2002 18:56:30 +0000
(18:56 +0000)
contrib/pgcrypto/px.h
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/px.h
b/contrib/pgcrypto/px.h
index e000883d392e11fd26ee1e47c471dfd067ff05ae..4fa6bd69ee24d08292a5451ff8071557f6c92538 100644
(file)
--- a/
contrib/pgcrypto/px.h
+++ b/
contrib/pgcrypto/px.h
@@
-26,13
+26,14
@@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: px.h,v 1.
7 2001/11/30 17:39:20 momjian
Exp $
+ * $Id: px.h,v 1.
8 2002/10/21 18:56:30 petere
Exp $
*/
#ifndef __PX_H
#define __PX_H
#include
+#include
#ifdef HAVE_ENDIAN_H
#include
#endif