aboutsummaryrefslogtreecommitdiff
path: root/hostname.h
blob: 4eb0b32bca55006315e7433105c4a2a552a16f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __HOSTNAME_H
#define __HOSTNAME_H

#include <stdio.h>
#include <stdlib.h>
#include <sys/utsname.h>

#endif