summaryrefslogtreecommitdiff
path: root/ownership.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2003-06-19 09:14:07 +0000
committerJean Delvare <jdelvare@suse.de>2003-06-19 09:14:07 +0000
commit8739f026a1efa422d3fbd469aa0ed95201769619 (patch)
tree31df262641b61bd81bfd62a18e9ae2a7480ec5a8 /ownership.c
parent6a7c2c4df3d83c5940b8f71596202aa0f4553093 (diff)
downloaddmidecode-git-8739f026a1efa422d3fbd469aa0ed95201769619.tar.gz
Added missing header include.
Diffstat (limited to 'ownership.c')
-rw-r--r--ownership.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ownership.c b/ownership.c
index 36e0809..8defc12 100644
--- a/ownership.c
+++ b/ownership.c
@@ -33,6 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <string.h>
#include "types.h"
#include "util.h"