|
From: <kin...@us...> - 2003-12-21 02:43:10
|
Update of /cvsroot/teem/teem/src/biff In directory sc8-pr-cvs1:/tmp/cvs-serv5616/biff Modified Files: biff.h Log Message: Yet more changes and re-arrangements for NrrdIO Index: biff.h =================================================================== RCS file: /cvsroot/teem/teem/src/biff/biff.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** biff.h 23 Jul 2003 01:20:26 -0000 1.14 --- biff.h 21 Dec 2003 02:43:07 -0000 1.15 *************** *** 21,28 **** --- 21,33 ---- #define BIFF_HAS_BEEN_INCLUDED + /* ---- BEGIN non-NrrdIO */ + #include <stdio.h> #include <string.h> #include <teem/air.h> + + /* ---- END non-NrrdIO */ + #ifdef __cplusplus |