Commit 5f0e921c authored by Sam Hocevar's avatar Sam Hocevar

rha ! deux fichiers oubli�s.

parent 36ac163c
...@@ -16,15 +16,15 @@ SHELL=/bin/sh ...@@ -16,15 +16,15 @@ SHELL=/bin/sh
# Audio output settings # Audio output settings
AUDIO = dsp AUDIO = dsp
# Not yet supported # Not yet supported
AUDIO += esd #AUDIO += esd
# Fallback method that should always work # Fallback method that should always work
AUDIO += dummy AUDIO += dummy
# Video output settings # Video output settings
VIDEO = x11 VIDEO = x11
VIDEO += fb #VIDEO += fb
#VIDEO += ggi #VIDEO += ggi
VIDEO += glide #VIDEO += glide
# Not yet supported # Not yet supported
#VIDEO += beos #VIDEO += beos
#VIDEO += dga #VIDEO += dga
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
*****************************************************************************/ *****************************************************************************/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment