criu/flog/include/flog.h
prakritigoyal19 532944695f Add flog to CRIU
Change made through this commit:
- Include copy of flog as a seperate tree.
- Modify the makefile to add and compile flog code.

Signed-off-by: prakritigoyal19 <prakritigoyal19@gmail.com>
2020-11-08 01:55:25 -08:00

9 lines
127 B
C

#ifndef __FLOG_H__
#define __FLOG_H__
#include <string.h>
#include <errno.h>
#include "uapi/flog.h"
#endif /* __FLOG_H__ */