Added missing include for uint16_t

This commit is contained in:
Pierre Pronchery 2011-03-29 23:20:45 +00:00
parent 683cc1a1ae
commit 0cd42b9a01

View File

@ -1,5 +1,5 @@
/* $Id$ */
/* Copyright (c) 2008 Pierre Pronchery <khorben@defora.org> */
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System Init */
/* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
#ifndef INIT_SESSION_H
# define INIT_SESSION_H
# include <sys/types.h>
# include <System.h>