summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg++
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-09 01:51:16 +0000
committerache <ache@FreeBSD.org>1994-12-09 01:51:16 +0000
commit281db8eab5f04b1d23b962fe41d0679d5d9c5ae1 (patch)
treeda46fd5fddacd491d6622b12e7a0db7bf530a0ec /gnu/lib/libg++
parent31191dc2967332e50a35577521860aa6efd5012c (diff)
downloadFreeBSD-src-281db8eab5f04b1d23b962fe41d0679d5d9c5ae1.zip
FreeBSD-src-281db8eab5f04b1d23b962fe41d0679d5d9c5ae1.tar.gz
Change #include order to not redifine __P
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r--gnu/lib/libg++/libg++/bitlcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libg++/libg++/bitlcomp.c b/gnu/lib/libg++/libg++/bitlcomp.c
index cbcb22e..edf154c 100644
--- a/gnu/lib/libg++/libg++/bitlcomp.c
+++ b/gnu/lib/libg++/libg++/bitlcomp.c
@@ -23,8 +23,8 @@ the executable file might be covered by the GNU General Public License. */
/* Written by Per Bothner (bothner@cygnus.com) */
-#include "bitprims.h"
#include <stdlib.h>
+#include "bitprims.h"
/* Return -1, 0, 1 depending on whether (ptr0, len0) is
lexicographically less than, equal, or greater than (ptr1, len1).
OpenPOWER on IntegriCloud