• Show log

    Commit

  • Hash : d44cfd46
    Author : Shawn O. Pearce
    Date : 2008-12-31T13:16:31

    Cleanup our header inclusion order to ensure pthread.h is early
    
    If we are using threads we need to make sure pthread.h comes
    in before just about anything else.  Some platforms enable
    macros that alter what other headers define.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>