Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Feb 18, 2013
1 parent a41354f commit 7987b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/libogg-1.3.0/include/ogg/config_types.h
@@ -1,9 +1,9 @@
#ifndef __CONFIG_TYPES_H__
#define __CONFIG_TYPES_H__

/* #define INCLUDE_INTTYPES_H */
#define INCLUDE_STDINT_H
/* #define INCLUDE_SYS_TYPES_H */
/* #define INCLUDE_INTTYPES_H 1 */
#define INCLUDE_STDINT_H 1
/* #define INCLUDE_SYS_TYPES_H 1 */

#if INCLUDE_INTTYPES_H
# include <inttypes.h>
Expand Down

0 comments on commit 7987b71

Please sign in to comment.