Ticket #60161: patch-fish-src-expand-sys-time.diff
File patch-fish-src-expand-sys-time.diff, 251 bytes (added by kencu (Ken), 5 years ago) |
---|
-
src/expand.cpp
old new 17 17 #include <procfs.h> 18 18 #endif 19 19 #if __APPLE__ 20 #include <sys/time.h> 20 21 #include <sys/proc.h> 21 22 #else 22 23 #include <dirent.h>