Use .h for tox_old instead of .c to not break some of my build commands.

This commit is contained in:
irungentoo 2015-03-11 13:51:11 -04:00
parent 88a8a079b6
commit 572484f06e
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98
2 changed files with 1 additions and 1 deletions

View File

@ -1105,4 +1105,4 @@ uint16_t tox_get_tcp_port(const Tox *tox, TOX_ERR_GET_PORT *error)
return 0;
}
#include "tox_old.c"
#include "tox_old_code.h"