aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so-v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-api-so-v3.c')
-rw-r--r--src/afb-api-so-v3.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afb-api-so-v3.c b/src/afb-api-so-v3.c
index c48ab74d..230a93fc 100644
--- a/src/afb-api-so-v3.c
+++ b/src/afb-api-so-v3.c
@@ -15,6 +15,8 @@
* limitations under the License.
*/
+#if WITH_DYNAMIC_BINDING
+
#define _GNU_SOURCE
#include <stdlib.h>
@@ -135,3 +137,4 @@ error:
return -1;
}
+#endif