Browse Source

Added stdio.h to ya_debug.h

main
Titouan Rigoudy 11 years ago
parent
commit
413c45be1f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ya_debug.h

+ 2
- 0
ya_debug.h View File

@ -6,6 +6,8 @@
#ifndef YA_DEBUG_H
#define YA_DEBUG_H
#include <stdio.h> // for fprintf, so that other files may simply include this
#ifdef YA_DEBUG // enables debugging
#define ya_debug(...) fprintf(stderr, __VA_ARGS__)


Loading…
Cancel
Save