]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/plugin.h
A bit of crypto cleanup. More later.
[bacula/bacula] / bacula / src / lib / plugin.h
index 9c10e32c1644e0a6574453403bbff70ed004c037..07f0741fd78100d63c64584595a6a4b5458743de 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2008 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -34,7 +34,9 @@
 #define __PLUGIN_H
 
 #include "bacula.h"
+#ifndef HAVE_WIN32
 #include <dlfcn.h>
+#endif
 #ifdef HAVE_DIRENT_H
 #include <dirent.h>
 #define NAMELEN(dirent) (strlen((dirent)->d_name))