diff options
Diffstat (limited to 'testing/freeradius3/freeradius3-303-main-log-include.patch')
-rw-r--r-- | testing/freeradius3/freeradius3-303-main-log-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/freeradius3/freeradius3-303-main-log-include.patch b/testing/freeradius3/freeradius3-303-main-log-include.patch new file mode 100644 index 000000000..3f84eb639 --- /dev/null +++ b/testing/freeradius3/freeradius3-303-main-log-include.patch @@ -0,0 +1,11 @@ +--- a/src/main/log.c ++++ b/src/main/log.c +@@ -42,6 +42,8 @@ + #include <pthread.h> + #endif + ++#include <fcntl.h> ++ + bool rate_limit = true; + + /* |