Ticket #60161: patch-fish-src-expand-sys-time.diff

File patch-fish-src-expand-sys-time.diff, 251 bytes (added by kencu (Ken), 4 years ago)
  • src/expand.cpp

    old new  
    1717#include <procfs.h>
    1818#endif
    1919#if __APPLE__
     20#include <sys/time.h>
    2021#include <sys/proc.h>
    2122#else
    2223#include <dirent.h>