View | Details | Raw Unified | Return to bug 47847
Collapse All | Expand All

(-)posix/friends.cpp (-1 / +1 lines)
Lines 38-48 Link Here
38
// whether to permit this exception to apply to your modifications.
38
// whether to permit this exception to apply to your modifications.
39
// If you do not wish that, delete this exception notice.  
39
// If you do not wish that, delete this exception notice.  
40
40
41
#include <sys/time.h>
41
#include "config.h"
42
#include "config.h"
42
#include "macros.h"
43
#include "macros.h"
43
#include "thread.h"
44
#include "thread.h"
44
#include <stdlib.h>
45
#include <stdlib.h>
45
#include <sys/time.h>
46
46
47
#ifdef	SIGTSTP
47
#ifdef	SIGTSTP
48
#include <sys/file.h>
48
#include <sys/file.h>

Return to bug 47847