diff options
Diffstat (limited to '')
-rw-r--r-- | src/pipe.c (renamed from src/outputBuffer.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/outputBuffer.c b/src/pipe.c index 932ffd032..9b8683834 100644 --- a/src/outputBuffer.c +++ b/src/pipe.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "outputBuffer.h" +#include "pipe.h" #include "notify.h" #include "utils.h" |