mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
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>
9 lines
127 B
C
9 lines
127 B
C
#ifndef __FLOG_H__
|
|
#define __FLOG_H__
|
|
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
|
|
#include "uapi/flog.h"
|
|
|
|
#endif /* __FLOG_H__ */
|