Changeset 64 for NEWT0/trunk


Ignore:
Timestamp:
06/17/06 10:20:38 (6 years ago)
Author:
pguyot
Message:

Fix compilation with universal SDK: endian util should not be included before NewtTypes.h since NewtTypes.h can end up including sys/endian.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt_core/NewtNSOF.c

    r36 r64  
    1313/* ƒwƒbƒ_ƒtƒ@ƒCƒ‹ */ 
    1414#include <string.h> 
    15 #include "utils/endian_utils.h" 
    1615 
    1716#include "NewtNSOF.h" 
     
    2322#include "NewtIconv.h" 
    2423 
     24#include "utils/endian_utils.h" 
    2525 
    2626/* ƒ}ƒNƒ */ 
Note: See TracChangeset for help on using the changeset viewer.