build: fix compiler warning

guile: some clang warning

and ensure we get the right Xapian in all places, and fileno is defined.
This commit is contained in:
Dirk-Jan C. Binnema
2021-11-04 00:32:13 +02:00
parent 1c851315ca
commit 6bea54805f
3 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@
**
*/
#define _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 1
#include <gmime/gmime.h>
#include <stdio.h>