patch-src_main_cc 249 B

123456789101112131415
  1. $OpenBSD: patch-src_main_cc,v 1.1 2017/05/22 00:13:09 espie Exp $
  2. Index: src/main.cc
  3. --- src/main.cc.orig
  4. +++ src/main.cc
  5. @@ -36,6 +36,8 @@
  6. #include <fcntl.h>
  7. #endif
  8. +#include <unistd.h>
  9. +
  10. using std::cerr;
  11. using std::endl;
  12. using std::flush;