patch-simgear_misc_sg_path_cxx 337 B

123456789101112
  1. $OpenBSD: patch-simgear_misc_sg_path_cxx,v 1.2 2016/09/19 22:38:50 pascal Exp $
  2. --- simgear/misc/sg_path.cxx.orig Thu Sep 8 08:52:42 2016
  3. +++ simgear/misc/sg_path.cxx Mon Sep 19 16:14:31 2016
  4. @@ -32,6 +32,7 @@
  5. #include <stdio.h>
  6. #include <sys/stat.h>
  7. #include <errno.h>
  8. +#include <unistd.h>
  9. #include <fstream>
  10. #include <cstdlib>