diff options
Diffstat (limited to '')
-rw-r--r-- | src/unistd/searchpath3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unistd/searchpath3.c b/src/unistd/searchpath3.c index 19ee3ee..6f018c7 100644 --- a/src/unistd/searchpath3.c +++ b/src/unistd/searchpath3.c @@ -15,6 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <errno.h> #include <unistd.h> #include <stdlib.h> #include <string.h> |