This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Include <stdio.h> in the null driver to get NULL.
tags/v0.99.beta17
Sam Hocevar
sam
15 years ago
parent
d33ee5fc5b
commit
c4bf6b79a8
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
caca/driver/null.c
+ 2
- 0
caca/driver/null.c
View File
@@ -20,6 +20,8 @@
#if !defined(__KERNEL__)
#include <stdio.h>
#include "caca.h"
#include "caca_internals.h"
Write
Preview
Loading…
Cancel
Save