summaryrefslogtreecommitdiff
path: root/tests/test_compile.c
blob: b794306a466acbf122707dd299aeacbc6d04a857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "common.h"

#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <wchar.h>

#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>

/* Check that all headers are compiling.*/
int main(int argc, char** argv) {
  return 0;
}