Changeset 1661:77112f0f3b2a in roaraudio


Ignore:
Timestamp:
05/08/09 19:42:45 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use correct headers for tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1646 r1661  
    10101010 
    10111011echo -n 'checking for getpeereid()... ' 
    1012 echo '#include <roaraudio.h>' > $TF_C 
     1012echo '#include <sys/types.h>'      >  $TF_C 
     1013echo '#include <sys/socket.h>'     >> $TF_C 
    10131014echo 'int main (void) { getpeereid(0, NULL, NULL); return 0; }'  >> $TF_C 
    10141015 
     
    10601061 
    10611062echo -n 'checking for shutdown()... ' 
    1062 echo '#include <sys/socket.h>'     >  $TF_C 
     1063echo '#include <sys/types.h>'      >  $TF_C 
     1064echo '#include <sys/socket.h>'     >> $TF_C 
    10631065echo 'int main (void) { shutdown(0, 0); return 0; }'  >> $TF_C 
    10641066 
Note: See TracChangeset for help on using the changeset viewer.