aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-human/machinemode.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-16 23:03:05 +0100
commit3da504acf21b33753e0c4260f86c311458aba805 (patch)
tree82946dfea8cd79f7e9cf72368b370805ca36874a /src/slibc-human/machinemode.c
parentadd macros for overflow check (diff)
downloadslibc-3da504acf21b33753e0c4260f86c311458aba805.tar.gz
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.bz2
slibc-3da504acf21b33753e0c4260f86c311458aba805.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/slibc-human/machinemode.c2
1 files changed, 1 insertions, 1 deletions
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>