mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
add an #include guard to keep tr-lpd.h package-visible
This commit is contained in:
@@ -20,6 +20,10 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef __TRANSMISSION__
|
||||||
|
#error only libtransmission should #include this header.
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef _TR_LPD_H
|
#ifndef _TR_LPD_H
|
||||||
#define _TR_LPD_H
|
#define _TR_LPD_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user