mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 21:14:35 +03:00
platform-dependent files included relative to main source directory
This commit is contained in:
@ -6,11 +6,11 @@ in the source distribution for its full text.
|
||||
*/
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "generic/gettime.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "generic/gettime.h"
|
||||
|
||||
|
||||
void Generic_gettime_realtime(struct timeval* tvp, uint64_t* msec) {
|
||||
|
||||
|
@ -6,13 +6,14 @@ in the source distribution for its full text.
|
||||
*/
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include "generic/uname.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "Macros.h"
|
||||
#include "XUtils.h"
|
||||
#include "generic/uname.h"
|
||||
|
||||
#ifdef HAVE_SYS_UTSNAME_H
|
||||
#include <sys/utsname.h>
|
||||
|
Reference in New Issue
Block a user