Browse Source

Include <stdio.h> in the null driver to get NULL.

tags/v0.99.beta17
Sam Hocevar sam 15 years ago
parent
commit
c4bf6b79a8
1 changed files with 2 additions and 0 deletions
  1. +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"



Loading…
Cancel
Save