mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
26 lines
445 B
C
26 lines
445 B
C
/* Check that all libbsd overlayed headers preprocess. */
|
|
#include <sys/cdefs.h>
|
|
#include <sys/endian.h>
|
|
#include <sys/bitstring.h>
|
|
#include <sys/queue.h>
|
|
#include <sys/tree.h>
|
|
#include <sys/poll.h>
|
|
|
|
#include <err.h>
|
|
#include <getopt.h>
|
|
#include <libutil.h>
|
|
#include <md5.h>
|
|
#include <nlist.h>
|
|
#include <readpassphrase.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
#include <vis.h>
|
|
|
|
int
|
|
main()
|
|
{
|
|
return 0;
|
|
}
|