Browse Source

* WTF is a typedef missing ?

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 years ago
parent
commit
eaf8253880
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/mygetopt.c

+ 1
- 1
src/mygetopt.c View File

@@ -26,7 +26,7 @@

/* DOS / Kernel driver */
#ifndef __intptr_t_defined
unsigned int uintptr_t;
typedef unsigned int uintptr_t;
#endif

#include <stdio.h>


Loading…
Cancel
Save