diff options
-rw-r--r-- | skype/configure.ac | 2 | ||||
-rw-r--r-- | skype/skype.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skype/configure.ac b/skype/configure.ac index bb39d91e..24cb7fc6 100644 --- a/skype/configure.ac +++ b/skype/configure.ac @@ -12,7 +12,7 @@ else fi case "`$CC -dumpmachine`" in - *linux*|*freebsd*) + *linux*|*freebsd*|*netbsd*) SHARED_FLAGS="-fPIC -shared" SHARED_EXT="so" ;; diff --git a/skype/skype.c b/skype/skype.c index b00344b5..c6e11960 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -23,7 +23,7 @@ #define _BSD_SOURCE #include <poll.h> #include <bitlbee.h> -#include <bitlbee/ssl_client.h> +#include <ssl_client.h> #define SKYPE_DEFAULT_SERVER "localhost" #define SKYPE_DEFAULT_PORT "2727" |