Skip to content

Commit a280a2e

Browse files
authored
Merge pull request #660 from stgraber/main
Add missing linux/limits.h include
2 parents b83f90e + 1e4e184 commit a280a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bindings.h

+1
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)