Skip to content

Commit 0c6c92e

Browse files
committed
Add missing linux/limits.h include
Closes #657 Signed-off-by: Stéphane Graber <[email protected]>
1 parent 9fdfdae commit 0c6c92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bindings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include "config.h"
77

8+
#include <linux/limits.h>
89
#include <linux/types.h>
910
#include <signal.h>
1011
#include <stdbool.h>

0 commit comments

Comments
 (0)