1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Include <time.h> in clock_settime.c.

This commit is contained in:
Aurelien Jarno
2012-02-17 17:46:56 +01:00
parent 9078ce930a
commit 8dee4833c5
3 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2003, 2004, 2006, 2010 Free Software Foundation, Inc.
/* Copyright (C) 2003, 2004, 2006, 2010, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -17,6 +17,7 @@
#include <errno.h>
#include <sysdep.h>
#include <time.h>
#include "kernel-posix-cpu-timers.h"
#include <kernel-features.h>