summaryrefslogtreecommitdiff
path: root/lib/conf-parse.y
diff options
context:
space:
mode:
authorFrodo Looijaard <frodol@dds.nl>1999-01-14 00:41:44 +0000
committerFrodo Looijaard <frodol@dds.nl>1999-01-14 00:41:44 +0000
commit33269d525200e823080532b5f4e497592e5d444a (patch)
tree7e183acc6e7b2d3a8c80c8e468330bdbe8ee33f6 /lib/conf-parse.y
parentfefbf318675cc9c439ac46212cdca143f1e2082f (diff)
downloadlm-sensors-git-33269d525200e823080532b5f4e497592e5d444a.tar.gz
Small fixes to make all programs compile cleanly with libc6.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@168 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/conf-parse.y')
-rw-r--r--lib/conf-parse.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/conf-parse.y b/lib/conf-parse.y
index 4c63108b..f8d07c67 100644
--- a/lib/conf-parse.y
+++ b/lib/conf-parse.y
@@ -28,6 +28,7 @@
#include "general.h"
#include "error.h"
#include "conf.h"
+#include "access.h"
/* These two functions are defined in conf-lex.l */
extern int sensors_yylex(void);