You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
589 B

  1. From 9e6016b07ff6d1de5143d3dfefb58fb4268a78e1 Mon Sep 17 00:00:00 2001
  2. From: Rosen Penev <rosenp@gmail.com>
  3. Date: Mon, 7 Oct 2019 15:34:43 -0700
  4. Subject: [PATCH 1/4] gptcurses: Add missing header
  5. Needed with uClibc++ as it doesn't implicitly include it.
  6. Signed-off-by: Rosen Penev <rosenp@gmail.com>
  7. ---
  8. gptcurses.cc | 1 +
  9. 1 file changed, 1 insertion(+)
  10. diff --git a/gptcurses.cc b/gptcurses.cc
  11. index 3e9b240..4ebfde1 100644
  12. --- a/gptcurses.cc
  13. +++ b/gptcurses.cc
  14. @@ -19,6 +19,7 @@
  15. *
  16. */
  17. +#include <clocale>
  18. #include <iostream>
  19. #include <string>
  20. #include <sstream>
  21. --
  22. 2.17.1