Skip to content

Instantly share code, notes, and snippets.

@mgalgs
Created October 10, 2012 03:32
Show Gist options
  • Select an option

  • Save mgalgs/3863017 to your computer and use it in GitHub Desktop.

Select an option

Save mgalgs/3863017 to your computer and use it in GitHub Desktop.
diff -rupN -x GPATH -x GRTAGS -x GTAGS -x ID -x '*.pro' busybox-1.19.4.orig/include/libbb.h busybox-1.19.4/include/libbb.h
--- busybox-1.19.4.orig/include/libbb.h 2012-02-04 11:34:24.000000000 -0800
+++ busybox-1.19.4/include/libbb.h 2012-10-09 20:19:52.514340293 -0700
@@ -35,6 +35,7 @@
#include <sys/poll.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
+#include <sys/resource.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
@@ -45,6 +46,7 @@
#include <sys/wait.h>
#include <termios.h>
#include <time.h>
+#include <unistd.h>
#include <sys/param.h>
#ifdef HAVE_MNTENT_H
# include <mntent.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment