Commit Diff


commit - 5c5d88bfed24f830451380e4398c7749207188db
commit + 888ae65035a604f22010ff55f5499a3d137f930c
blob - b005c2c948e0b4b35147550b1b23fef240ddf8b4
blob + bc70d6e4c965944e0d8b57034fff72768b109ac1
--- include/got_date.h
+++ include/got_date.h
@@ -14,5 +14,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/time.h>
+#include <sys/types.h>
+
 void
 got_date_format_gmtoff(char *, size_t, time_t);