summaryrefslogtreecommitdiff
path: root/src/udev/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-16 20:27:44 +0200
committerKay Sievers <kay@vrfy.org>2012-04-16 20:54:17 +0200
commit33502ffe2eb7b56cdd018a4fb6830d7828519fad (patch)
tree02180c0a82618b09f7346edaa7b28dd93eb81c9f /src/udev/udev.h
parent6ada823a9a0979ea145fd70add1007c21caa45c0 (diff)
udev: use startswith() and streq()
Diffstat (limited to 'src/udev/udev.h')
-rw-r--r--src/udev/udev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/udev.h b/src/udev/udev.h
index ed5f768ea8..e229faaa4a 100644
--- a/src/udev/udev.h
+++ b/src/udev/udev.h
@@ -25,6 +25,7 @@
#include "libudev.h"
#include "libudev-private.h"
+#include "util.h"
struct udev_event {
struct udev *udev;