diff options
-rw-r--r-- | gdb/gmp-utils.c | 1 | ||||
-rw-r--r-- | gdb/gmp-utils.h | 2 | ||||
-rw-r--r-- | gdb/unittests/gmp-utils-selftests.c | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gmp-utils.c b/gdb/gmp-utils.c index b9c9b49..8150fa5 100644 --- a/gdb/gmp-utils.c +++ b/gdb/gmp-utils.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 "defs.h" #include "gmp-utils.h" /* See gmp-utils.h. */ diff --git a/gdb/gmp-utils.h b/gdb/gmp-utils.h index 9aa501a..3f30b57 100644 --- a/gdb/gmp-utils.h +++ b/gdb/gmp-utils.h @@ -20,8 +20,6 @@ #ifndef GMP_UTILS_H #define GMP_UTILS_H -#include "defs.h" - /* Include <stdio.h> and <stdarg.h> ahead of <gmp.h>, so as to get access to GMP's various formatting functions. */ #include <stdio.h> diff --git a/gdb/unittests/gmp-utils-selftests.c b/gdb/unittests/gmp-utils-selftests.c index cc525a1..e2ccd2c 100644 --- a/gdb/unittests/gmp-utils-selftests.c +++ b/gdb/unittests/gmp-utils-selftests.c @@ -17,6 +17,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 "defs.h" #include "gmp-utils.h" #include "gdbsupport/selftest.h" |