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

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

#endif