Commit 4bd4ecf4 authored by Marc G. Fournier's avatar Marc G. Fournier

Slight Linux related bug pointed out by Gabriel Akos <gabriel@rocker.sch.bme.hu>

parent 632a707f
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include "postgres.h"
#include "libpq/pqcomm.h"
#ifdef HAVE_ENDIAN_H #ifdef HAVE_ENDIAN_H
# include <endian.h> # include <endian.h>
#endif #endif
#include "postgres.h"
#include "libpq/pqcomm.h"
/* --------------------------------------------------------------------- */ /* --------------------------------------------------------------------- */
/* Is the other way around than system ntoh/hton, so we roll our own /* Is the other way around than system ntoh/hton, so we roll our own
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment