From 489f50ca05226519de7fa47e9aadf51838d50c5a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 2 Mar 2016 01:27:38 +0100 Subject: [PATCH] Fix build on FreeBSD --- src/applets/bluetooth.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/applets/bluetooth.c b/src/applets/bluetooth.c index 4aa68a7..96914db 100644 --- a/src/applets/bluetooth.c +++ b/src/applets/bluetooth.c @@ -21,15 +21,13 @@ # include # include # include -# include -# include #elif defined(__linux__) # include # include -# include -# include #endif #include +#include +#include #include #include #include "Panel/applet.h"