From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Thu, 26 Sep 2002 15:19:15 +0000 (+0000)
Subject: Include errno.h
X-Git-Tag: v8.0.0~17460
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a34c1796afa0df555d5569013e6289171568a01;p=dealii.git

Include errno.h


git-svn-id: https://svn.dealii.org/trunk@6525 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc
index bfdccc7947..bb723ba3e9 100644
--- a/deal.II/lac/source/sparse_direct.cc
+++ b/deal.II/lac/source/sparse_direct.cc
@@ -20,6 +20,7 @@
 #include <iostream>
 #include <sys/wait.h>
 #include <unistd.h>
+#include <errno.h>
 
 
 // if we know that at least one of the HSL functions are there,