init_yapor_workers -> Yap_init_yapor_workers

This commit is contained in:
Ricardo Rocha
2011-06-01 18:51:12 +01:00
parent 1962a0507f
commit dfe0e1854f
5 changed files with 14 additions and 14 deletions

View File

@@ -21,9 +21,13 @@
#include "YapHeap.h"
#include "SWI-Prolog.h"
#ifdef YAPOR
#if HAVE_STRING_H
#include <string.h>
#endif /* HAVE_STRING_H */
#if HAVE_SYS_TIME_H
#include <sys/time.h>
#endif /* HAVE_SYS_TIME_H */
#include "yapio.h"
#include "or.macros.h"
#endif /* YAPOR */
#ifdef TABLING