Changeset 479 for branches/1.2/xc_shm.c

Show
Ignore:
Timestamp:
09/17/2007 10:46:33 AM (15 months ago)
Author:
moo
Message:

scheme=malloc was broken in [465]

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2

    • Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438,444,456,458,478
  • branches/1.2/xc_shm.c

    r466 r479  
    99#include <stdlib.h> 
    1010#include <string.h> 
     11 
     12#ifdef HAVE_CONFIG_H 
     13#include <config.h> 
     14#endif 
    1115#include "xc_shm.h" 
    1216