1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

support: Simplify compiling most of support/ outside of glibc

Some include files were missing because they are implied by the
in-tree build process.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2017-12-14 13:48:56 +01:00
parent 4ca945e9c5
commit f58bd7f055
12 changed files with 25 additions and 2 deletions

View File

@ -20,6 +20,7 @@
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <support/support.h>
#include <support/xmemstream.h>