tests: add signature checks
[gnulib.git] / tests / test-flock.c
index babf6ef..a8a615e 100644 (file)
@@ -18,6 +18,9 @@
 
 #include <sys/file.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (flock, int, (int, int));
+
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>