From 47f2ea2f87c1de2c2bf31f1b745154a43519af22 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Sun, 18 Dec 2011 15:56:52 +0200 Subject: Add missing stddef.h include to uhd/dev_list.h Add missing stddef.h include to uhd/dev_list.h. Thanks to Debian maintainers! --- include/uhd/dev_list.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/uhd/dev_list.h b/include/uhd/dev_list.h index 1074d08..434c906 100644 --- a/include/uhd/dev_list.h +++ b/include/uhd/dev_list.h @@ -1,7 +1,7 @@ /** @file * @brief usbhid-dump - device list * - * Copyright (C) 2010 Nikolai Kondrashov + * Copyright (C) 2010-2011 Nikolai Kondrashov * * This file is part of usbhid-dump. * @@ -27,6 +27,7 @@ #ifndef __UHD_DEV_LIST_H__ #define __UHD_DEV_LIST_H__ +#include #include "uhd/dev.h" #ifdef __cplusplus -- cgit v1.2.1