mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change #include order to not redifine __P
This commit is contained in:
parent
9b39c00d7d
commit
de0c026bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue