[Xfce4-commits] r26843 - xfconf/trunk/xfconf
Brian Tarricone
kelnos at xfce.org
Tue Apr 15 10:24:38 CEST 2008
Author: kelnos
Date: 2008-04-15 08:24:38 +0000 (Tue, 15 Apr 2008)
New Revision: 26843
Modified:
xfconf/trunk/xfconf/xfconf-binding.c
Log:
fix missing include
Modified: xfconf/trunk/xfconf/xfconf-binding.c
===================================================================
--- xfconf/trunk/xfconf/xfconf-binding.c 2008-04-15 08:22:41 UTC (rev 26842)
+++ xfconf/trunk/xfconf/xfconf-binding.c 2008-04-15 08:24:38 UTC (rev 26843)
@@ -26,8 +26,8 @@
#endif
#include "xfconf-binding.h"
+#include "xfconf-alias.h"
-
typedef struct
{
XfconfChannel *channel;
More information about the Xfce4-commits
mailing list