diff options
| author | Steven Tamm | 2004-11-07 05:57:58 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-11-07 05:57:58 +0000 |
| commit | 21acf124651cdcfd76317649236a25254f57de1b (patch) | |
| tree | 190e92ae6e32a579226e0c645fb33ef70e6b2b0b /src | |
| parent | 31141c132b0e914551de73972577d3ae30d435dd (diff) | |
| download | emacs-21acf124651cdcfd76317649236a25254f57de1b.tar.gz emacs-21acf124651cdcfd76317649236a25254f57de1b.zip | |
editfns.c: Adding in better patch
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index bcffc545b6a..e7a2372e912 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -39,10 +39,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 39 | #include <stdio.h> | 39 | #include <stdio.h> |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
| 42 | #if defined HAVE_SYS_RESOURCE_H | 42 | #ifdef HAVE_SYS_TIME_H |
| 43 | #ifdef MAC_OSX | ||
| 44 | #include <sys/time.h> | 43 | #include <sys/time.h> |
| 45 | #endif | 44 | #endif |
| 45 | |||
| 46 | #if defined HAVE_SYS_RESOURCE_H | ||
| 46 | #include <sys/resource.h> | 47 | #include <sys/resource.h> |
| 47 | #endif | 48 | #endif |
| 48 | 49 | ||