aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 cbcb22e27e9d..edf154c4d02c 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).