Changeset 64

Show
Ignore:
Timestamp:
06/17/06 10:20:38 (2 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.

Files:
1 modified

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�� */