Fix copyright lines
[folly.git] / folly / portability / IOVec.h
index 74e48098865a60e5487fecb61abc8a3f793f2cd7..0b6812db4711cc64d5252fe43d7a7135403a2a95 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
 // This file only exists because without it there would be
 // a circular dependency between SysUio.h, Sockets.h, and Unistd.h
 #ifndef _WIN32
+#include <limits.h>
 #include <sys/uio.h>
 #else
 #include <stdlib.h>