diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-26 02:57:23 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-26 02:57:23 +0100 |
commit | f8297941a03e1ed6d85519b6778732b59a7a32b9 (patch) | |
tree | 7cb47b0d90c236bf0912708f812bc13c038ddd69 /console-client | |
parent | 5d9219ddc17d3cbbce111fe29443b1a205503e06 (diff) | |
parent | e652274733eeba8a753623dc61bd781c35f93c93 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/vga-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/vga-support.c b/console-client/vga-support.c index 2837a6e0..130bcc50 100644 --- a/console-client/vga-support.c +++ b/console-client/vga-support.c @@ -26,6 +26,7 @@ #include <sys/mman.h> #include <sys/types.h> #include <string.h> +#include <stdlib.h> #include "vga-hw.h" #include "vga-support.h" |