~jason2605/dictu/package

« back to all changes in this revision

Viewing changes to src/optionals/socket.h

  • Committer: jasonhall96686 at gmail
  • Date: 2021-01-04 20:33:43 UTC
  • Revision ID: jasonhall96686@gmail.com-20210104203343-ldo9uscht0ifjc0a
Tags: upstream-0.15.0
ImportĀ upstreamĀ versionĀ 0.15.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef dictu_socket_h
2
 
#define dictu_socket_h
3
 
 
4
 
#include "optionals.h"
5
 
#include "../vm/vm.h"
6
 
#include "../vm/memory.h"
7
 
#include "../vm/object.h"
8
 
 
9
 
#ifdef __FreeBSD__
10
 
#include <netinet/in.h>
11
 
#endif
12
 
 
13
 
ObjModule *createSocketModule(DictuVM *vm);
14
 
 
15
 
#endif //dictu_socket_h