fix return value in backlight helper exe on non-freebsd systems

ref D2337
This commit is contained in:
Mike Blumenkrantz 2015-04-14 20:36:37 -04:00
parent 5dd146e7e4
commit af59e95b28
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ _bl_set(const char *dev, int level)
EINA_LIST_FREE(devs, f)
eina_stringshare_del(f);
return -1;
}
#elif defined(__FreeBSD_kernel__) // !HAVE_EEZE
#include <sys/sysctl.h>