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:
@ -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>
|
||||
|
Reference in New Issue
Block a user