Added missing file.

master
Julian M. Kunkel 2018-07-07 11:57:04 +01:00
parent 21b8cca8cf
commit e31b2dcec1
1 changed files with 6 additions and 0 deletions

6
src/ior-main.c Normal file
View File

@ -0,0 +1,6 @@
#include "ior.h"
int main(int argc, char **argv)
{
return ior_main(argc, argv);
}