summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali>2006-01-21 22:59:53 +0000
committerkhali <khali>2006-01-21 22:59:53 +0000
commiteb74838b8ba094d1fb0e698a9cd521893b63917d (patch)
treeca9eec869c31d2bd6f9bfc27b4789e64306bfb3b
parent9e4f547150d23fb915223fe2bcc02e41ffae9171 (diff)
downloaddmidecode-eb74838b8ba094d1fb0e698a9cd521893b63917d.tar.gz
Add missing system header include. Thanks to Antoine Fuselier for
reporting the problem.
-rw-r--r--vpdopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vpdopt.h b/vpdopt.h
index a7414d3..378766f 100644
--- a/vpdopt.h
+++ b/vpdopt.h
@@ -19,6 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <sys/types.h>
+
struct string_keyword
{
const char *keyword;