diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2008-01-14 03:05:48 +0200 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2008-01-14 03:05:48 +0200 |
commit | cf5e5d2b37de2504b76d96e1f26a5450550b8320 (patch) | |
tree | 399afd78a4244ef975ab09420d00ba225fc7cbaf /src/z4l.c | |
parent | 471f96cf85c6db9952ff4443f84a3c8d701927e7 (diff) |
Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5
Diffstat (limited to 'src/z4l.c')
-rw-r--r-- | src/z4l.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ #include <sys/ioctl.h> #include <errno.h> #include <unistd.h> +#include <string.h> +#include <ctype.h> +#include <stdlib.h> #include "xf86.h" #include <X11/extensions/Xv.h> |