Skip to content

Instantly share code, notes, and snippets.

@alistairhenderson
Created February 2, 2016 15:24
Show Gist options
  • Save alistairhenderson/c4d2d8aad74d748c7fe7 to your computer and use it in GitHub Desktop.
Save alistairhenderson/c4d2d8aad74d748c7fe7 to your computer and use it in GitHub Desktop.
Patch file for fixing fcgio.cpp:50: error: 'EOF' was not declared in this scope
--- fcgio.h 2016-02-02 14:44:41.303164708 +0000
+++ fcgio.h_chg 2016-02-02 14:49:05.053189399 +0000
@@ -31,7 +31,7 @@
#define FCGIO_H
#include <iostream>
-
+#include <stdio.h>
#include "fcgiapp.h"
#ifndef DLLAPI
@alistairhenderson
Copy link
Author

This patch will fix an error when making a fcgi-2.4.0 installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment