all repos — tint2 @ a38b90dbab1cee79d107a30a80023e9b9b58158f

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix battery compilation for DragonFly BSD
o9000 mrovi9000@gmail.com
commit

a38b90dbab1cee79d107a30a80023e9b9b58158f

parent

54f2b34623631c5da513d2b7a486c2b6b17b3288

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/battery/freebsd.csrc/battery/freebsd.c

@@ -15,7 +15,7 @@ * along with this program; if not, write to the Free Software

* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **************************************************************************/ -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__DragonFly__) #include <sys/types.h> #include <sys/sysctl.h>