From e4a519635f75bde38aeb5b09f2ff4efbf73453e9 Mon Sep 17 00:00:00 2001 From: "Matthew W. S. Bell" Date: Sat, 30 Jan 2010 02:14:44 +0000 Subject: Tidy up compile warnings by cleaning up types. --- tests/drmtest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/drmtest.c') diff --git a/tests/drmtest.c b/tests/drmtest.c index 15e5c4ae..685a6527 100644 --- a/tests/drmtest.c +++ b/tests/drmtest.c @@ -25,9 +25,11 @@ * */ +#include #include #include #include +#include #include "drmtest.h" #define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE @@ -60,7 +62,7 @@ int drm_open_matching(const char *pci_glob, int flags) struct udev_device *device, *parent; struct udev_list_entry *entry; const char *pci_id, *path; - int i, fd; + int fd; udev = udev_new(); if (udev == NULL) { -- cgit v1.2.3