aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/slibc-human/escape.c2
-rw-r--r--src/slibc-human/humanmode.c2
-rw-r--r--src/slibc-human/humansize.c2
-rw-r--r--src/slibc-human/machinemode.c2
-rw-r--r--src/slibc-human/unescape.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c
index 56cf794..9579f73 100644
--- a/src/slibc-human/escape.c
+++ b/src/slibc-human/escape.c
@@ -15,7 +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 <slib-human.h>
+#include <slibc-human.h>
#include <slibc/internals.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/slibc-human/humanmode.c b/src/slibc-human/humanmode.c
index 83aba68..5dca887 100644
--- a/src/slibc-human/humanmode.c
+++ b/src/slibc-human/humanmode.c
@@ -15,7 +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 <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/stat.h>
diff --git a/src/slibc-human/humansize.c b/src/slibc-human/humansize.c
index 5f2bd4c..798cca6 100644
--- a/src/slibc-human/humansize.c
+++ b/src/slibc-human/humansize.c
@@ -15,7 +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 <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <string.h>
#include <alloca.h>
diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c
index f454613..da23662 100644
--- a/src/slibc-human/machinemode.c
+++ b/src/slibc-human/machinemode.c
@@ -15,7 +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 <slib-human.h>
+#include <slibc-human.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
diff --git a/src/slibc-human/unescape.c b/src/slibc-human/unescape.c
index 33b58b5..6224c15 100644
--- a/src/slibc-human/unescape.c
+++ b/src/slibc-human/unescape.c
@@ -15,7 +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 <slib-human.h>
+#include <slibc-human.h>
#include <stddef.h>
#include <errno.h>
#include <string.h>