Attempt to find header files
diff --git a/.travis.yml b/.travis.yml
index c0cb38a..5227a7c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@
   - nightly
 sudo: false
 install:
+  - grep -R TCP_THIN_LINEAR_TIMEOUTS /usr/include
+  - grep -R SO_REUSEPORT /usr/include
+  - exit 1
   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then OS=unknown-linux-gnu; else OS=apple-darwin; fi
   - export TARGET=$ARCH-$OS
   - curl -sO https://static.rust-lang.org/dist/rust-$TRAVIS_RUST_VERSION-$TARGET.tar.gz