Skip to content

Commit 1e46014

Browse files
committed
Binary (FreeBSD): update comments [ci skip]
1 parent f8c58a9 commit 1e46014

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/binary_linux.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
#include "common/library.h"
77
#include "util/stringUtils.h"
88

9-
// WARNING: On FreeBSD, there are system `/usr/include/libelf.h` and pkg elfutils `/usr/local/include/libelf.h`; they are not compatible.
10-
#include <libelf.h>
9+
#include <libelf.h> // #1254
1110
#include <fcntl.h>
1211

1312
struct FFElfData {

0 commit comments

Comments
 (0)