diff options
author | Maria Matejka <mq@ucw.cz> | 2021-02-04 15:52:42 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:43 +0100 |
commit | 1db83a507a9ae287815d62733d1337074993b433 (patch) | |
tree | c18bab7948e6fd3d1ce6a4ce00f8f2e58b9e9bd6 /lib/birdlib.h | |
parent | feb17ced234bad13ae64b52a3f86241f74517997 (diff) |
Locking subsystem: Just a global BIRD lock to begin with.
Diffstat (limited to 'lib/birdlib.h')
-rw-r--r-- | lib/birdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h index dc8bd00f..3dc39d19 100644 --- a/lib/birdlib.h +++ b/lib/birdlib.h @@ -9,6 +9,7 @@ #ifndef _BIRD_BIRDLIB_H_ #define _BIRD_BIRDLIB_H_ +#include "sysdep/config.h" #include "lib/alloca.h" /* Ugly structure offset handling macros */ |