Skip to content

Instantly share code, notes, and snippets.

@archey
Created May 12, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save archey/302f540c6f37284e4002fbd5c0b0ce7f to your computer and use it in GitHub Desktop.
Save archey/302f540c6f37284e4002fbd5c0b0ce7f to your computer and use it in GitHub Desktop.
--- netsniff-ng-0.6.3.orig/cpp.c
+++ netsniff-ng-0.6.3/cpp.c
@@ -2,6 +2,10 @@
#include <stdlib.h>
#include <libgen.h>
+#ifndef ino_t
+#include <sys/types.h>
+#endif
+
#include "cpp.h"
#include "str.h"
#include "proc.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment