summaryrefslogtreecommitdiff
path: root/tests/test_compile.cc
blob: edbbb277642931aa7baef1555ed5b1e66e393d3c (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;
}