Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 4243 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 4192
Line 35... Line 35...
35
 *  @see measured_strings.h
35
 *  @see measured_strings.h
36
 */
36
 */
37
 
37
 
38
#include <errno.h>
38
#include <errno.h>
39
#include <malloc.h>
39
#include <malloc.h>
40
#include <stdio.h>
40
#include <mem.h>
41
#include <string.h>
-
 
42
#include <unistd.h>
41
#include <unistd.h>
43
 
42
 
44
#include <ipc/ipc.h>
43
#include <ipc/ipc.h>
45
 
44
 
46
#include "../err.h"
45
#include "../err.h"