aboutsummaryrefslogtreecommitdiffstats
path: root/property.h
diff options
context:
space:
mode:
authorreinelt <>2006-08-14 05:54:04 +0000
committerreinelt <>2006-08-14 05:54:04 +0000
commitc263ef0295d2483c40973942bfc050e9936bfa9e (patch)
tree9deacddbcd9b53939d28bcebeca70c38be8b2a8f /property.h
parent8eb09e832fb1722c7e4009a6e24e87d6af4d13cc (diff)
downloadlcd4linux-c263ef0295d2483c40973942bfc050e9936bfa9e.tar.gz
[lcd4linux @ 2006-08-14 05:54:03 by reinelt]
minor warnings fixed, CFLAGS changed (no-strict-aliasing)
Diffstat (limited to '')
-rw-r--r--property.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/property.h b/property.h
index d1020c0..a227ca1 100644
--- a/property.h
+++ b/property.h
@@ -1,4 +1,4 @@
-/* $Id: property.h,v 1.2 2006/08/13 11:38:20 reinelt Exp $
+/* $Id: property.h,v 1.3 2006/08/14 05:54:04 reinelt Exp $
*
* dynamic properties
*
@@ -23,6 +23,9 @@
*
*
* $Log: property.h,v $
+ * Revision 1.3 2006/08/14 05:54:04 reinelt
+ * minor warnings fixed, CFLAGS changed (no-strict-aliasing)
+ *
* Revision 1.2 2006/08/13 11:38:20 reinelt
* text widget uses dynamic properties
*
@@ -35,6 +38,8 @@
#ifndef _PROPERTY_H_
#define _PROPERTY_H_
+#include "evaluator.h"
+
typedef struct {
char *name;