[Xfce4-commits] <xfce4-battery-plugin:master> Fix compile issue

Florian Rivoal noreply at xfce.org
Mon Dec 27 15:50:01 CET 2010


Updating branch refs/heads/master
         to 5c2c7c2fda2288a576768d5b97aeb65e67339540 (commit)
       from 4c9801edbaa3c4c6d19b57c2ddba96d4852bc02a (commit)

commit 5c2c7c2fda2288a576768d5b97aeb65e67339540
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Fri Dec 24 12:39:04 2010 +0900

    Fix compile issue
    
    Fix a compile issue that had appeared since version 2.6.24 of the linux
    kernel headers.
    This addresses bug # 3938

 panel-plugin/libapm.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/libapm.h b/panel-plugin/libapm.h
index 9788bc4..a7ac33b 100644
--- a/panel-plugin/libapm.h
+++ b/panel-plugin/libapm.h
@@ -17,8 +17,8 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <linux/apm_bios.h>
 #include <sys/types.h>
+#include <linux/apm_bios.h>
 
 #define APM_PROC   "/proc/apm"
 #define APM_DEVICE "/dev/apm_bios"



More information about the Xfce4-commits mailing list