diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-11 20:21:43 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-11 20:21:43 -0500 |
commit | 9df52d1915b56d5d83cacf834b02d98dadf3bb2e (patch) | |
tree | 994e8b8db64f1f4a875bf875a7f8ce8a2d4057fb /src/libudev/device-nodes.c | |
parent | 1e60f44be995edf571ece7a11dac2a7333d47096 (diff) |
src/udev/path-util.[ch]: remove duplicates
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/device-nodes.c')
-rw-r--r-- | src/libudev/device-nodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/device-nodes.c b/src/libudev/device-nodes.c index c548f1ffff..9efafaf548 100644 --- a/src/libudev/device-nodes.c +++ b/src/libudev/device-nodes.c @@ -21,6 +21,7 @@ #include <stdlib.h> #include <stdio.h> +#include <string.h> #include <stdint.h> #include <sys/types.h> |