summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-09-23 14:14:49 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-09-23 14:14:49 +0200
commitd8c6a031473383e45e11c09cfa4d1cc9b98798a6 (patch)
tree4b777c72681eb0573e77826b78be9507cfb7e369 /src/device.h
parentfc51f45195c240b92d4aa5237da15ff8c57ea6f5 (diff)
download0xFFFF-d8c6a031473383e45e11c09cfa4d1cc9b98798a6.tar.bz2
device: Fix compile error
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index 8f62254..4ea3f0f 100644
--- a/src/device.h
+++ b/src/device.h
@@ -20,6 +20,8 @@
#ifndef DEVICE_H
#define DEVICE_H
+#include <stdint.h>
+
enum device {
DEVICE_UNKNOWN = 0,
DEVICE_ANY, /* Unspecified / Any device */