patch-src_plugins_c 352 B

123456789101112
  1. $OpenBSD: patch-src_plugins_c,v 1.1.1.1 2011/11/16 16:52:01 phessler Exp $
  2. --- src/plugins.c.orig Tue Nov 15 23:38:30 2011
  3. +++ src/plugins.c Tue Nov 15 23:39:01 2011
  4. @@ -4,6 +4,7 @@
  5. // released under the GNU GPL 3 or later
  6. // see file ../COPYING or www.gnu.org for licensing details
  7. +#include <sys/stat.h>
  8. #include <dlfcn.h>
  9. #include <errno.h>